From ababcfd7a7381934f239dcec2977ce78a779850a Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 27 Sep 2025 20:15:10 +0200 Subject: [PATCH] poemgr: update to latest HEAD 17771dd poemgr: Add support for Plasma Cloud PSX28 530433d poemgr: Add support for RTL8239 PSE solution 8821bad poemgr: Add support for Plasma Cloud PSX8/PSX10 ab466a7 poemgr: Add support for IP8008 PSE chip 7863fa8 poemgr: Add support to display POE output type d81ac54 poemgr: Add support to export port specific device specific metrics 497a9d9 openwrt: Sync with packages feed Makefile 5033450 pd69104: Avoid resource leaks (memory, fds) on init failure Signed-off-by: Sven Eckelmann --- utils/poemgr/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/poemgr/Makefile b/utils/poemgr/Makefile index 6b32a78fcf..339d0cf933 100644 --- a/utils/poemgr/Makefile +++ b/utils/poemgr/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poemgr -PKG_SOURCE_DATE:=2025-07-23 -PKG_SOURCE_VERSION:=f1f093852abaab506d54fd2c5384fec9b798dd1a +PKG_SOURCE_DATE:=2025-09-27 +PKG_SOURCE_VERSION:=17771dd7b3a74a64c14351d1cbf8e61676934cbe PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git -PKG_MIRROR_HASH:=e96aeabd3380a4b9a737a7a731a34f315e92534ae22d54db000a523077192531 +PKG_MIRROR_HASH:=4c49491037d3250f740a9420bff6f09ab0cd0f5ccead6bdf0fba33de03f1c7a2 PKG_MAINTAINER:=David Bauer PKG_LICENSE:=GPL-2.0-only @@ -20,7 +20,7 @@ define Package/poemgr SECTION:=utils CATEGORY:=Utilities DEPENDS:=+libuci +libjson-c - TITLE:=Utility to control PoE ports on the UniFi Flex switch + TITLE:=Utility to control PoE ports on UniFi Flex and Plasma Cloud switches endef define Package/poemgr/conffiles -- 2.30.2